home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- testRollOverButton()
- play frame the frame
- end
-
- on mouseUp
- if (the clickOn > 10) and (the clickOn <= 14) then
- if the hilite of member the memberNum of sprite the clickOn then
- NascondiAltri(the clickOn, 11, 14)
- else
- VisualizzaTutto(11, 14)
- end if
- else
- if (the clickOn > 14) and (the clickOn <= 18) then
- if the hilite of member the memberNum of sprite the clickOn then
- NascondiAltri(the clickOn, 15, 18)
- else
- VisualizzaTutto(15, 18)
- end if
- else
- if (the clickOn > 18) and (the clickOn <= 21) then
- if the hilite of member the memberNum of sprite the clickOn then
- NascondiAltri(the clickOn, 19, 21)
- else
- VisualizzaTutto(19, 21)
- end if
- end if
- end if
- end if
- pass()
- end
-